-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tournament games #2807
base: develop
Are you sure you want to change the base?
Tournament games #2807
Conversation
9fc9f82
to
2015685
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #2807 +/- ##
=============================================
- Coverage 65.50% 65.02% -0.49%
+ Complexity 5071 5002 -69
=============================================
Files 553 534 -19
Lines 20700 20752 +52
Branches 1159 1181 +22
=============================================
- Hits 13559 13493 -66
- Misses 6466 6585 +119
+ Partials 675 674 -1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will have to see the indicator in action XD
src/main/java/com/faforever/client/tournament/game/TournamentGameService.java
Outdated
Show resolved
Hide resolved
src/main/java/com/faforever/client/tournament/game/TournamentGameService.java
Show resolved
Hide resolved
src/main/java/com/faforever/client/ui/progress/ProgressCircleIndicator.java
Outdated
Show resolved
Hide resolved
src/main/java/com/faforever/client/ui/progress/ProgressCircleIndicator.java
Show resolved
Hide resolved
Thx for the review should have addressed almost all of it. And commented the rest. |
Will look at this again soon |
ab6e883
to
fc66edd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like it is in a pretty good state. Does this need any changes on the server?
yes but it will not hurt having it in the client before that is done |
No description provided.